←Select platform

ElementType Property

Summary

Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.

Syntax

C#
VB
C++
public Type ElementType {get;} 
Public ReadOnly Property ElementType As Type 
public: 
property Type^ ElementType { 
   Type^ get(); 
} 

Property Value

A Type that represents the type of the element(s) that are returned when the expression tree associated with this object is executed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly